Skip to content

Update dependency io.ktor:ktor-bom to v1.3.2 #2382

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Mar 19, 2020
Merged

Update dependency io.ktor:ktor-bom to v1.3.2 #2382

merged 2 commits into from
Mar 19, 2020

Conversation

renovate-bot
Copy link
Contributor

@renovate-bot renovate-bot commented Mar 11, 2020

This PR contains the following updates:

Package Update Change
io.ktor:ktor-bom patch 1.3.1 -> 1.3.2

Release Notes

ktorio/ktor

v1.3.2

Compare Source

Published 12 Mar 2020

  • Introduced iOS streaming response support
  • Provided challenge handler in iOS client configuration
  • Improved JsonFeature configuration DSL (#​1472)
  • Simplified server kotlinx.serialization config
  • Recovered HttpRequestBuilder.takeFrom function (#​1626)
  • Allowed to configure default cookies asynchronously
  • Exposed server LocationInfo and added location resolve functions (#​1657)
  • Introduced function for async writing to server response channel (#​1703)
  • Added an option to filter logged calls for ktor-client-logging
  • Fixed iOS client timeouts
  • Fixed iOS crash
  • Fixed 100% CPU Apache Ktor Http Client #​1018 (#​1689)
  • Fixed missing client response logging
  • Fixed CIO server local address detection (#​1663)
  • Fix server request origin to provide header's host and port when available
  • Fixed random missing feature errors caused by concurrency at startup (#​1694)
  • Fixed Set-Cookie header parser in iOS and JS
  • Fixed client multiple redirects with relative path (#​1704)
  • Fixed unwrapping cancellation exceptions in client (#​1482)
  • Fixed missed preconfigured OkHttpClient in OkHttpEngine (#​1646)
  • Fixed websocket to complete closeReason on disconnection (#​1275).
  • Fixed websocket sending CloseReason(1009) when frame is too big
  • Fixed websocket pinger logging
  • Fixed maxFrameSize for chunked frames
  • Fixed URL scheme parser (#​1614)
  • Fixed platform detection in PlatformUtils.IS_NODE and PlatformUtils.IS_BROWSER (#​1675)
  • Fixed Short.highByte
  • Fixed consumeEachBufferRange (#​1693)
  • Fixed httpclient gzip decoding failure (#​1189)
  • Fixed InputStream wrapper for Input
  • Bumped versions:
    • Kotlin 1.3.70
    • kotlinx.coroutines 1.3.4
    • kotlinx.serialization 0.20.0
    • kotlinx.html 0.7.1
    • dropwizard 4.1.2
    • slf4j 1.7.30
    • mustache 0.9.6
    • pebble 3.1.2
    • webjars 0.43
    • jackson 2.10.2

Renovate configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

♻️ Rebasing: Never, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by WhiteSource Renovate. View repository job log here.

@renovate-bot renovate-bot requested a review from a team March 11, 2020 23:58
@forking-renovate forking-renovate bot added the automerge Merge the pull request once unit tests and other checks pass. label Mar 11, 2020
@trusted-contributions-gcf trusted-contributions-gcf bot added the kokoro:run Add this label to force Kokoro to re-run the tests. label Mar 11, 2020
@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Mar 11, 2020
@kokoro-team kokoro-team removed the kokoro:run Add this label to force Kokoro to re-run the tests. label Mar 11, 2020
@gcf-merge-on-green
Copy link
Contributor

Your PR has attempted to merge for 3 hours. Please check that all required checks have passed, you have an automerge label, and that all your reviewers have approved the PR

@gcf-merge-on-green
Copy link
Contributor

Your PR was not mergeable because either one of your required status checks failed, or one of your required reviews was not approved. See required reviews for your repo here: https://github.com/googleapis/sloth/blob/master/required-checks.json

@trusted-contributions-gcf trusted-contributions-gcf bot added the kokoro:run Add this label to force Kokoro to re-run the tests. label Mar 12, 2020
@gcf-merge-on-green
Copy link
Contributor

Your PR has attempted to merge for 3 hours. Please check that all required checks have passed, you have an automerge label, and that all your reviewers have approved the PR

1 similar comment
@gcf-merge-on-green
Copy link
Contributor

Your PR has attempted to merge for 3 hours. Please check that all required checks have passed, you have an automerge label, and that all your reviewers have approved the PR

@gcf-merge-on-green
Copy link
Contributor

Your PR was not mergeable because either one of your required status checks failed, or one of your required reviews was not approved. See required reviews for your repo here: https://github.com/googleapis/sloth/blob/master/required-checks.json

@renovate-bot renovate-bot changed the title chore(deps): update dependency io.ktor:ktor-bom to v1.3.2 Update dependency io.ktor:ktor-bom to v1.3.2 Mar 13, 2020
@renovate-bot renovate-bot changed the title Update dependency io.ktor:ktor-bom to v1.3.2 chore(deps): update dependency io.ktor:ktor-bom to v1.3.2 Mar 13, 2020
@nnegrey
Copy link
Contributor

nnegrey commented Mar 18, 2020

@averikitsch, it looks like some of the dependencies are missing specific versions in the pom.xml.
Want me to just find the latest and put them in?

@averikitsch
Copy link
Contributor

The BOM should be covering those dependencies. I'll assign this to myself and take a look. Thanks!

@averikitsch averikitsch assigned averikitsch and unassigned nnegrey Mar 18, 2020
@renovate-bot renovate-bot changed the title chore(deps): update dependency io.ktor:ktor-bom to v1.3.2 Update dependency io.ktor:ktor-bom to v1.3.2 Mar 18, 2020
@kokoro-team kokoro-team removed the kokoro:run Add this label to force Kokoro to re-run the tests. label Mar 19, 2020
@averikitsch averikitsch merged commit 438acaa into GoogleCloudPlatform:master Mar 19, 2020
@renovate-bot renovate-bot deleted the renovate/io.ktor-ktor-bom-1.x branch March 19, 2020 16:14
olavloite pushed a commit to olavloite/java-docs-samples that referenced this pull request Mar 22, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
automerge Merge the pull request once unit tests and other checks pass. cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants